home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / TOOLS / BTRHELP.ZIP / BTRHLP2@.EXE / BEDIT.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-04-01  |  431 b   |  13 lines

  1. @echo off
  2. if "%1"=="" goto :abort
  3. CLS
  4. btrhelp %1 -hp B!
  5. goto :exit
  6. :abort
  7. echo ┌──────────────────────────────────────────────────────────┐
  8. echo │ USAGE: Bedit FILENAME                                    │
  9. echo │                                                          │
  10. echo │  The name of file to edit is specified as the parameter. │
  11. echo └──────────────────────────────────────────────────────────┘
  12. :exit
  13. @ECHO ON